remove unnecessary libS logic (closes: #1146381)
authorMatthew Vernon <matthew@debian.org>
Tue, 1 Sep 2026 11:53:20 +0000 (12:53 +0100)
committerMatthew Vernon <matthew@debian.org>
Tue, 1 Sep 2026 11:53:20 +0000 (12:53 +0100)
commit8a98566991e64091e44e7a816c9dccc5986e0a70
treee21ea53f0ac3920dbaee00cc1842b6c50ee5beb9
parentd96770c99e19e57a0255fef8dba3f64f8380f890
remove unnecessary libS logic (closes: #1146381)

This code wasn't doing anything in Debian (since "@libdir@" is always
already on the search path), but the difference in the pcre2-config
file itself was causing multi-arch problems, so remove it.

[similar to our older fix for #805941 which I thought wasn't necessary
any more because the output was always empty on Debian, but I'd missed
that it made the file itself different on different arches, which is a
multi-arch issue]
pcre2-config.in